efi: include irq.h to fix compile error in runtime.c
authorOlaf Hering <olaf@aepfle.de>
Sat, 16 Jul 2011 08:25:48 +0000 (09:25 +0100)
committerOlaf Hering <olaf@aepfle.de>
Sat, 16 Jul 2011 08:25:48 +0000 (09:25 +0100)
commite09331d62685e67092b03f5a3843f88aa80b1df9
tree64a7e8f38372547b72081ea34e5618e840800342
parenta544c9814547a07c980fece60371f4d623929aee
efi: include irq.h to fix compile error in runtime.c

runtime.c: In function 'efi_rs_enter':
runtime.c:45:5: error: implicit declaration of function 'irq_enter'
[-Werror=implicit-function-declaration]
runtime.c:45:5: error: nested extern declaration of 'irq_enter'
[-Werror=nested-externs]
runtime.c: In function 'efi_rs_leave':
runtime.c:75:5: error: implicit declaration of function 'irq_exit'
[-Werror=implicit-function-declaration]
runtime.c:75:5: error: nested extern declaration of 'irq_exit'
[-Werror=nested-externs]

Signed-off-by: Olaf Hering <olaf@aepfle.de>
xen/arch/x86/efi/runtime.c